Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

300
Views
How to print an div with emoji "❤️" to pdf

I'm write a app to print some texts to pdf, but when I put a emoji like ❤️😬 and I try to print this using window.print, the emojis lost format, lost colors.

enter image description here

why this happens? what can I do to print this div with the emojis?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

  1. Use @font-face to embed a font that contains emoji (I think that is quite rare, but this seems a contender: https://emojisymbols.com/).

  2. Use @font-face to embed an icon font and wrap all emoji in spans that use that specific icon font.

  3. Write javascript* that replaces all emoji with images just before you fire the print command, like this:

    onclick="replaceAllEmojiWithImages(); window.print();"
    

*The javascript function can be derived from: https://stackoverflow.com/a/64007175/2397550

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!